翻訳と辞書
Words near each other
・ Quetzaltenango Guatemala Temple
・ Quetzaltenango Municipal Theatre
・ Quetzaltepec
・ Quetzatl
・ QuetzSat 1
・ Queuco River
・ Queudes
・ Queue
・ Queue (abstract data type)
・ Queue (hairstyle)
・ Queue area
・ Queue automaton
・ Queue jump
・ Queue management system
・ Queue number
Queued Sequential Access Method
・ Queued Telecommunications Access Method
・ Queueing Systems
・ Queueing theory
・ Queuille
・ Queuine
・ Queuine tRNA-ribosyltransferase
・ Queuing delay
・ Queula
・ Queulat National Park
・ Queule
・ Queuosine
・ Quevauvillers
・ Quevedo
・ Quevedo (Madrid Metro)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Queued Sequential Access Method : ウィキペディア英語版
Queued Sequential Access Method
In IBM mainframe operating systems, Queued sequential access method (QSAM)〔http://www.bitsavers.org/pdf/ibm/360/os/plm_1966-67/Y28-6604-1_Sequential_Access_Methods_PLM_Jan67.pdf〕 is an access method to read and write datasets sequentially. QSAM is available on OS/360, OS/VS2, MVS, z/OS, and related high-end operating systems.
QSAM is used both for devices that are naturally sequential, such as punched card readers and punches and line printers, and for data on devices that could also be addressed directly, such as magnetic disks. QSAM offers device independence: to the extent possible, the same API calls are used for different devices.
QSAM is—as its name says—queued, in this specific context meaning buffered with deblocking of reads and blocking of writes. It allows programs to read and write logical records within physical blocks of data, as opposed to the less advanced Basic sequential access method (BSAM) which allows programs to access physical blocks of data, but provides no support for accessing logical records within blocks.
Indeed, QSAM manages truncated final blocks and truncated embedded blocks completely transparently to the user.
The QSAM application program interface can be compared with the interface offered by ''open'', ''read'', ''write'' and ''close'' calls (using file handles) in other operating systems such as Unix and Windows.
==See also==

*Sequential Access Memory (SAM)
*Basic Sequential Access Method (BSAM)
*Hierarchical Sequential Access Method (HSAM)
*Basic Indexed Sequential Access Method (BISAM)
*Queued Indexed Sequential Access Method (QISAM)
*Hierarchical Indexed Sequential Access Method (HISAM)

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Queued Sequential Access Method」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.